Welcome![Sign In][Sign Up]
Location:
Search - stm32 spi dma

Search list

[ARM-PowerPC-ColdFire-MIPSSTM32_ADC

Description: STM32 ADC 例程,有DMA通道数据传输模式,有中断模式等。-STM32 ADC routines, and DMA channel data transfer mode, a disruption of pattern and so on.
Platform: | Size: 43008 | Author: 王义 | Hits:

[ARM-PowerPC-ColdFire-MIPSDMA

Description: STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对DMA进行操作。在许多情况下需要用到DMA,比如USB的批量传输等。-Cortex-M3 based STM32-core processor for the routine introduction STM32 how to operate on the DMA. In many cases the need to use DMA, such as USB bulk transfer.
Platform: | Size: 50176 | Author: 熊刚 | Hits:

[SCMSTM32-SPI

Description: 本例展示了如何实现2个SPI之间的在全双工(full-duplex)模式下通信,通过NSS软件管理,实现了由主向从,接着又从向主发送数据。 在本例程中,设置SPI1和SPI2为8bit数据帧,9Mbit/s传输速率。 在第一阶段,由主SPI1把SPI1_Buffer_Tx发送到SPI2,由从SPI2把SPI2_Buffer_Tx发送到SPI1。传输完成后,通过比较判断传输是否正确。 由于NSS管脚由软件管理,因此,可以在不改变硬件配置的情况下使SPI1由主变从,而SPI2由从变主。在第二阶段,由从SPI1把SPI1_Buffer_Tx发送到SPI2,由主SPI2把SPI2_Buffer_Tx发送到SPI1。传输完成后,通过比较判断传输是否正确。 在STM3210B-LK1上,如果以上4个传输都正确,则亮起LED1(LD4),否则亮起LED2(LD3)。-err
Platform: | Size: 232448 | Author: chen | Hits:

[uCOSSTM32R100DevelopBoardSourceCode

Description: stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART-stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART
Platform: | Size: 4893696 | Author: | Hits:

[SCMSTM32_SPI

Description: STM32 SPI配置例程,适用STM32各种芯片,详细的介绍了 SPI的配置过程。根据例子修改即可应用。-STM32 DAM configuration routine, a variety of chips for STM32, detailed introduction to the DAM in the configuration process. Examples can be modified based application.
Platform: | Size: 9216 | Author: zhuerwei | Hits:

[Embeded-SCM DevelopSTM32chinesedata

Description: stm32的中文datasheet。其中包括adc应用实例,dma控制器应用实例,can应用实例,iic应用实例,tim应用实例,gpio应用实例,spi应用示例等待。-stm32 the Chinese datasheet. Including adc Applications, dma controller application examples, can application example, iic application examples, tim application example, gpio application example, spi application example to wait.
Platform: | Size: 14655488 | Author: ztm | Hits:

[ARM-PowerPC-ColdFire-MIPSDMA_SPI

Description: ,STM32F10X DMA SPI操作,STM32例程包之一-, STM32F10X DMA SPI operation, STM32 routine one package
Platform: | Size: 785408 | Author: sddp001 | Hits:

[SCMUSB-Mass_Storage-SPI_Flash(W25X16)

Description: 基于STM32的SPIFLASH文件系统,用于存放字库USB方式接收字库文件。 SPI_Flash+FatFs+汉字16x16 相当给力的资料。-Based on the the STM32 SPIFLASH file system used to store the font USB to receive the font file. SPI_Flash+ FatFs+ Chinese characters 16x16 Quite to the power of information.
Platform: | Size: 551936 | Author: bbandpp | Hits:

[SCMSPI_DMA

Description: STM32学习笔记之SPI_DMA寄存器级操作-The STM32 study notes (b)- SPI_DMA register-level operations
Platform: | Size: 1161216 | Author: kine | Hits:

[SCMspi-stm32

Description: STM32--硬件I2C主从机通讯,采用DMA方式进行通讯,SP1为从机,SPI2为主机-The STM32- hardware I2C master slave communication using DMA mode
Platform: | Size: 1615872 | Author: yezhengfang | Hits:

[SCMspi-dma

Description: 基于stm32直接操作寄存器方式的SPI1与SPI2通信。-Based the SPI1 SPI2 communication of the STM32 direct operation register by.
Platform: | Size: 8192 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSSpi-dma-communication

Description: stm32的两个spi外设之间通过dma方式通信-Spi dma communication
Platform: | Size: 580608 | Author: majiahao | Hits:

[SCMSTM32-spi-dma-one-line

Description: stm32的spi单线双工通信,DMA通道-stm32 spi dma,one line
Platform: | Size: 10313728 | Author: 杨超 | Hits:

[Embeded-SCM Developstm32-spi-sst25vf040-u-disk

Description: 这个建立在STM32 arm-M3平台上的c程序应用,这是使用DMA的纯硬件操作,在设置好程序的寄存器后,就可以不进行操作就可读到数据,基本上操作就是启动外设的过程-This built on the STM32 arm-M3 platform c program application, which is the use of pure hardware DMA operation, set up after the program register, you can read the data can not be operated, the operation is basically starting peripherals process
Platform: | Size: 4613120 | Author: renyanwei | Hits:

[Com PortALIENTEK-MINISTM32-DMA-TEST

Description: 本实验将实现如下功能:利用外部按键KEY0来控制DMA的传送,每按一次KEY0,DMA就传送一次数据到USART1,然后在TFTLCD模块上显示进度等信息。DS0还是用来做为程序运行的指示灯。本实验可以SWD下载,但是不能仿真(不能正常操作).-STM32 spi test
Platform: | Size: 1390592 | Author: 陈志刚 | Hits:

[SCMSPI-and-UART_DMA

Description: STM32将SPI和UART配置成DMA的例程,具有参考价值。-The STM32 SPI and UART configured to DMA routines, a reference value.
Platform: | Size: 6144 | Author: 刘韦韦 | Hits:

[SCMbsp_spi

Description: stm32f407 SPI+DMA通信,测试稳定(Stm32f407 SPI+DMA communication)
Platform: | Size: 3072 | Author: gaowang073000 | Hits:

[SCMWS2812

Description: 采用spi模拟ws2812时序,stm32F4采用dma传送数据,库文件为stm32标准库(SPI is used to simulate ws2812 timing, stm32F4 uses DMA to transmit data, and the library file is STM32 standard library.)
Platform: | Size: 2048 | Author: adv6 | Hits:

[SCMSPI_DMA_F407

Description: STM32 F407的SPI+DMA带文件系统FATFS(STM32 F407>SPI+DMA with FATFS)
Platform: | Size: 8030208 | Author: superkeen | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32 SPI DMA收发数据

Description: STM32 SPI DMA收发数据,使用DMA发送后,再使用非DMA发送不会丢失第一字节数据。
Platform: | Size: 4987 | Author: WuXudong | Hits:
« 12 »

CodeBus www.codebus.net